docs: Remove mentions of gtk_init_with_args().
authorMurray Cumming <murrayc@murrayc.com>
Fri, 17 Mar 2017 20:11:26 +0000 (21:11 +0100)
committerMurray Cumming <murrayc@murrayc.com>
Fri, 17 Mar 2017 20:12:12 +0000 (21:12 +0100)
Because it has been removed: See commit 7e8eb3ddcd29ce9eecb14a56dbfeb0caf64dc772

docs/reference/gtk/gtk4-sections.txt
gdk/gdk.c
gdk/gdkdisplaymanager.c
gtk/gtkmain.c

index b89687d2916f8bb2e5a9d1810eb8812a7a730668..514472bd877321f7296a813ffda211dd1eb8f71b 100644 (file)
@@ -4890,7 +4890,6 @@ gtk_get_locale_direction
 gtk_parse_args
 gtk_init
 gtk_init_check
-gtk_init_with_args
 gtk_get_option_group
 gtk_events_pending
 gtk_main
index c7cd32a324383004550eccc96076ec5ae0c54606..f26696c6385cc9103be7527541ddc8f8848c489c 100644 (file)
--- a/gdk/gdk.c
+++ b/gdk/gdk.c
@@ -777,7 +777,7 @@ gdk_set_program_class (const char *program_class)
  * gdk_disable_multidevice:
  *
  * Disables multidevice support in GDK. This call must happen prior
- * to gdk_display_open(), gtk_init(), gtk_init_with_args() or
+ * to gdk_display_open(), gtk_init() or
  * gtk_init_check() in order to take effect.
  *
  * Most common GTK+ applications won’t ever need to call this. Only
index 2bd670f399c07c6ad67e00c582263b19badcaa4d..c3e32c27b681883ceb945f74b945123eecf02d9c 100644 (file)
@@ -244,7 +244,7 @@ static const gchar *allowed_backends;
  * list to try all remaining backends.
  *
  * This call must happen prior to gdk_display_open(),
- * gtk_init(), gtk_init_with_args() or gtk_init_check()
+ * gtk_init(), or gtk_init_check()
  * in order to take effect.
  *
  * Since: 3.10
index 69d71f8088c62818b42a2bc90463166172fdecb5..045480c26baa88b9d2e0aa0a2f0b3e5d3f087afa 100644 (file)
@@ -373,8 +373,8 @@ static gboolean do_setlocale = TRUE;
 
 /**
  * gtk_disable_setlocale:
- * 
- * Prevents gtk_init(), gtk_init_check(), gtk_init_with_args() and
+ *
+ * Prevents gtk_init(), gtk_init_check() and
  * gtk_parse_args() from automatically
  * calling `setlocale (LC_ALL, "")`. You would
  * want to use this function if you wanted to set the locale for